home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMQUICKFTPTRANSFER / TFRMQUICKFTPTRANSFER.txt
Text File  |  2006-04-19  |  1KB  |  55 lines

  1. object frmQuickFtpTransfer: TfrmQuickFtpTransfer
  2.   Left = 328
  3.   Top = 302
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 83
  7.   ClientWidth = 234
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblByteCount: TLabel
  21.     Left = 8
  22.     Top = 29
  23.     Width = 59
  24.     Height = 13
  25.     Caption = 'lblByteCount'
  26.   end
  27.   object PB: TProgressBar
  28.     Left = 8
  29.     Top = 8
  30.     Width = 217
  31.     Height = 11
  32.     Min = 0
  33.     Max = 10000
  34.     Smooth = True
  35.     Step = 100
  36.     TabOrder = 0
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 80
  40.     Top = 53
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Cancel'
  44.     TabOrder = 1
  45.     OnClick = btnCancelClick
  46.   end
  47.   object ProgressTimer: TTimer
  48.     Enabled = False
  49.     Interval = 2000
  50.     OnTimer = ProgressTimerTimer
  51.     Left = 184
  52.     Top = 32
  53.   end
  54. end
  55.